type go.pact.im/x/clock/fakeclock.event

5 uses

	go.pact.im/x/clock/fakeclock (current package)
		fakeclock.go#L138: 	t := &event{
		fakeclock.go#L246: type event struct {
		fakeclock.go#L252: func (t *event) Stop() bool {
		fakeclock.go#L257: func (t *event) Reset(d time.Duration) bool {
		fakeclock.go#L262: func (t *event) next(now time.Time) (time.Duration, bool) {